projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7a461e
)
* xdisp.c (move_it_to): Don't advance the iterator if the last tab
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 30 Sep 2008 16:54:25 +0000
(16:54 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 30 Sep 2008 16:54:25 +0000
(16:54 +0000)
in a continued line coincides with a line beginning.
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index d9d8b73dcb049feb1ba3403565753f4eae11c056..46f93bf554e353ade5a430a07cb2f3fc8c1f2e13 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2008-09-30 Chong Yidong <cyd@stupidchicken.com>
+
+ * xdisp.c (move_it_to): Don't advance the iterator if the last tab
+ in a continued line coincides with a line beginning.
+
2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
* nsfont.m (nsfont_trait_distance): Fix bug.